The setLimitPrice method sets the limit price for the order.
setLimitPrice(limitPrice);
limitPrice
Limit price for the order. Limit price can only be set for limit or stop limit orders.
See placeOrderModify() in Account class for an example on how to use setLimitPrice() method.
Copyright © 2006-2009 ActiveTick LLC